-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenTelemetry ETW Exporter #21
OpenTelemetry ETW Exporter #21
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #21 +/- ##
=======================================
+ Coverage 51.0% 51.9% +0.9%
=======================================
Files 34 37 +3
Lines 4358 4896 +538
=======================================
+ Hits 2223 2544 +321
- Misses 2135 2352 +217 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might want to make sure we have some windows testing in place for ETW
Example: https://github.com/rust-lang/rustfmt/blob/master/.github/workflows/windows.yml
79bcc39
to
541797d
Compare
85cf5ea
to
652747d
Compare
7c37a47
to
1018495
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some non-blocking comments. It is okay to merge now and address issues as follow ups.
I tested with logman and perfview and see logs flowing to etw.
Thanks!
"registry", | ||
"std", | ||
] } | ||
microbench = "0.5" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit - Is there a particular reason we're leaning towards microbench
rather than criterion
, as otel-rust
mainly sticks with criterion
? Just curious, as it doesn’t necessarily mean we can’t explore using it here. :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Nicely done :)
…dana/opentelemetry-rust-contrib into feat/opentelemetry-etw-logs
Fixes #15
Design discussion issue (if applicable)
Changes
Please provide a brief description of the changes here.
Merge requirement checklist
CHANGELOG.md
files updated for non-trivial, user-facing changes